home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / guitar-geek.swf / scripts / mx / core / IBorder.as < prev    next >
Encoding:
Text File  |  2011-10-17  |  132 b   |  10 lines

  1. package mx.core
  2. {
  3.    public interface IBorder
  4.    {
  5.        
  6.       
  7.       function get borderMetrics() : EdgeMetrics;
  8.    }
  9. }
  10.